PCA Index Dashboard Examples

PCA Index Dashboard Examples#

This script was last run at 2024-03-22 14:49:49.884599+00:00 (UTC)
In US/Central Time, this is 2024-03-22 09:49:49.884599-05:00
df['3-Month T-Bill Minus 10-Year Treasury'] = df['3-Month T-Bill'] - df['10-Year Treasury']
fig = px.line(df['3-Month T-Bill Minus 10-Year Treasury'])
fig.show()
../../_images/65b7cb766cf96c1a4099e9f81c5af320e3197c0cd23eab959503fccc9b837839.png
../../_images/b04984d00c95b92f19c57974f59b9e5503cf12e0974d934d1e96e50acfef8f4f.png